dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class / MySqlGuid Constructor / MySqlGuid Constructor(Byte[])
GUID value.

In This Topic
    MySqlGuid Constructor(Byte[])
    In This Topic
    Initializes a new instance of the MySqlGuid class from the specified array of bytes.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As Byte _
    )
    public MySqlGuid( 
       byte[] value
    )

    Parameters

    value
    GUID value.
    See Also